home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Dialectic 1.2 / source / Dialectic ƒ / Shell ƒ / menus.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  493 b   |  16 lines  |  [TEXT/KAHL]

  1. /**********************************************************************\
  2.  
  3. File:        menus.h
  4.  
  5. Purpose:    This is the header file for menus.c
  6.  
  7. \**********************************************************************/
  8.  
  9. extern    MenuHandle        gHelpMenu;            /* help.c needs access to this menu handle */
  10. extern    MenuHandle        gDialectMenu;        /* dialect scrap.c needs access to this */
  11.  
  12. Boolean InitTheMenus(void);
  13. void AdjustMenus(void);
  14. void HandleMenu(long mSelect);
  15. void DoTheCloseThing(WindowPeek theWindow);
  16.